Html Css Color HEX #374B00 Turtle Green

📋 copy color: '#374B00'

red 55 ◦ green 75 ◦ blue 0

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

Shades of Turtle Green #374B00

Tints of Turtle Green #374B00

RGB

 RED value IS 55 (21.88% from 255) = 42.31%

 GREEN value IS 75 (29.69% from 255) = 57.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.31%
G = 57.69%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#374B00 (or 0x374B00) is known color: Turtle Green. HEX triplet: 37, 4B and 00. RGB value is (55,75,0). Sum of RGB (Red+Green+Blue) = 55+75+0=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #374B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B00 is #C8B4FF. Grayscale: #3C3C3C. Windows color (decimal): -13153536 or 19255. OLE color: 19255.

HSL color Cylindrical-coordinate representation of color #374B00: hue angle of 76º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374B00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 75 0 -
CMYK 0.27 0 1 0.71
HSL 76º 1% 0.15% -
HSV(B) 76º 1% 0.29% -
XYZ 4.09 5.84 0.91 -
YUV 60.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 55 75 0 0.27 0 1 0.71 76 1 0.15
Hex 37 4B 0 1B 0 64 47 4C 64 F
Octal 67 113 0 33 0 144 107 114 144 17
Binary 110111 1001011 0 11011 0 1100100 1000111 1001100 1100100 1111

Color Harmonies of #374B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374B00

Black with #374B00

Text Example


Text Example

White with #374B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374B00; }

 p { color: rgb(55,75,0); }

 H1.HeaderClassName
 {
   color: #374B00;
 }
 .AnyTagClassName
 {
   color: #374B00;
 }
</style>

background-color css

<style>
 a { background-color: #374B00; }

 a { background-color: rgb(55,75,0); }

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

border-color css

<style>
 span { border-color: #374B00; }

 span { border-color: rgb(55,75,0); }

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