Html Css Color HEX #35943D Fruit Salad

📋 copy color: '#35943D'

red 53 ◦ green 148 ◦ blue 61

#35943D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #35943D

Tints of Fruit Salad #35943D

RGB

 RED value IS 53 (21.09% from 255) = 20.23%

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 20.23%
G = 56.49%
B = 23.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35943D (or 0x35943D) is known color: Fruit Salad. HEX triplet: 35, 94 and 3D. RGB value is (53,148,61). Sum of RGB (Red+Green+Blue) = 53+148+61=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #35943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35943D is #CA6BC2. Grayscale: #6D6D6D. Windows color (decimal): -13265859 or 4035637. OLE color: 4035637.

HSL color Cylindrical-coordinate representation of color #35943D: hue angle of 125.05º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35943D is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 61 -
CMYK 0.64 0 0.59 0.42
HSL 125.05º 0.47% 0.39% -
HSV(B) 125.05º 0.64% 0.58% -
XYZ 12.9 22.27 8.03 -
YUV 109.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 53 148 61 0.64 0 0.59 0.42 125.05 0.47 0.39
Hex 35 94 3D 40 0 3B 2A 7D 2F 27
Octal 65 224 75 100 0 73 52 175 57 47
Binary 110101 10010100 111101 1000000 0 111011 101010 1111101 101111 100111

Color Harmonies of #35943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35943D

Black with #35943D

Text Example


Text Example

White with #35943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35943D; }

 p { color: rgb(53,148,61); }

 H1.HeaderClassName
 {
   color: #35943D;
 }
 .AnyTagClassName
 {
   color: #35943D;
 }
</style>

background-color css

<style>
 a { background-color: #35943D; }

 a { background-color: rgb(53,148,61); }

 div.DivClassName
 {
   background-color: #35943D;
 }
 .BgClassName
 {
   background-color: #35943D;
 }
</style>

border-color css

<style>
 span { border-color: #35943D; }

 span { border-color: rgb(53,148,61); }

 td.TdClassName
 {
   border-color: #35943D;
 }
 .TagClassName
 {
   border-color: #35943D;
 }
</style>