Html Css Color HEX #354E0F Turtle Green

📋 copy color: '#354E0F'

red 53 ◦ green 78 ◦ blue 15

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

Shades of Turtle Green #354E0F

Tints of Turtle Green #354E0F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.42%

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 36.3%
G = 53.42%
B = 10.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#354E0F (or 0x354E0F) is known color: Turtle Green. HEX triplet: 35, 4E and 0F. RGB value is (53,78,15). Sum of RGB (Red+Green+Blue) = 53+78+15=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #354E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E0F is #CAB1F0. Grayscale: #3F3F3F. Windows color (decimal): -13283825 or 1003061. OLE color: 1003061.

HSL color Cylindrical-coordinate representation of color #354E0F: hue angle of 83.81º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #354E0F is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 15 -
CMYK 0.32 0 0.81 0.69
HSL 83.81º 0.68% 0.18% -
HSV(B) 83.81º 0.81% 0.31% -
XYZ 4.28 6.24 1.43 -
YUV 63.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 53 78 15 0.32 0 0.81 0.69 83.81 0.68 0.18
Hex 35 4E F 20 0 51 45 54 44 12
Octal 65 116 17 40 0 121 105 124 104 22
Binary 110101 1001110 1111 100000 0 1010001 1000101 1010100 1000100 10010

Color Harmonies of #354E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E0F

Black with #354E0F

Text Example


Text Example

White with #354E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E0F; }

 p { color: rgb(53,78,15); }

 H1.HeaderClassName
 {
   color: #354E0F;
 }
 .AnyTagClassName
 {
   color: #354E0F;
 }
</style>

background-color css

<style>
 a { background-color: #354E0F; }

 a { background-color: rgb(53,78,15); }

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

border-color css

<style>
 span { border-color: #354E0F; }

 span { border-color: rgb(53,78,15); }

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