Html Css Color HEX #38441E Turtle Green

📋 copy color: '#38441E'

red 56 ◦ green 68 ◦ blue 30

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

Shades of Turtle Green #38441E

Tints of Turtle Green #38441E

RGB

 RED value IS 56 (22.27% from 255) = 36.36%

 GREEN value IS 68 (26.95% from 255) = 44.16%

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 36.36%
G = 44.16%
B = 19.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#38441E (or 0x38441E) is known color: Turtle Green. HEX triplet: 38, 44 and 1E. RGB value is (56,68,30). Sum of RGB (Red+Green+Blue) = 56+68+30=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #38441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38441E is #C7BBE1. Grayscale: #3C3C3C. Windows color (decimal): -13089762 or 1983544. OLE color: 1983544.

HSL color Cylindrical-coordinate representation of color #38441E: hue angle of 78.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38441E is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 30 -
CMYK 0.18 0 0.56 0.73
HSL 78.95º 0.39% 0.19% -
HSV(B) 78.95º 0.56% 0.27% -
XYZ 3.93 5.07 2 -
YUV 60.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 56 68 30 0.18 0 0.56 0.73 78.95 0.39 0.19
Hex 38 44 1E 12 0 38 49 4F 27 13
Octal 70 104 36 22 0 70 111 117 47 23
Binary 111000 1000100 11110 10010 0 111000 1001001 1001111 100111 10011

Color Harmonies of #38441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38441E

Black with #38441E

Text Example


Text Example

White with #38441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38441E; }

 p { color: rgb(56,68,30); }

 H1.HeaderClassName
 {
   color: #38441E;
 }
 .AnyTagClassName
 {
   color: #38441E;
 }
</style>

background-color css

<style>
 a { background-color: #38441E; }

 a { background-color: rgb(56,68,30); }

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

border-color css

<style>
 span { border-color: #38441E; }

 span { border-color: rgb(56,68,30); }

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