Html Css Color HEX #38471B Turtle Green

📋 copy color: '#38471B'

red 56 ◦ green 71 ◦ blue 27

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

Shades of Turtle Green #38471B

Tints of Turtle Green #38471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.1%

 BLUE value IS 27 (10.94% from 255) = 17.53%

R = 36.36%
G = 46.1%
B = 17.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#38471B (or 0x38471B) is known color: Turtle Green. HEX triplet: 38, 47 and 1B. RGB value is (56,71,27). Sum of RGB (Red+Green+Blue) = 56+71+27=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #38471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38471B is #C7B8E4. Grayscale: #3D3D3D. Windows color (decimal): -13088997 or 1787704. OLE color: 1787704.

HSL color Cylindrical-coordinate representation of color #38471B: hue angle of 80.45º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38471B is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 27 -
CMYK 0.21 0 0.62 0.72
HSL 80.45º 0.45% 0.19% -
HSV(B) 80.45º 0.62% 0.28% -
XYZ 4.08 5.43 1.87 -
YUV 61.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 56 71 27 0.21 0 0.62 0.72 80.45 0.45 0.19
Hex 38 47 1B 15 0 3E 48 50 2D 13
Octal 70 107 33 25 0 76 110 120 55 23
Binary 111000 1000111 11011 10101 0 111110 1001000 1010000 101101 10011

Color Harmonies of #38471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38471B

Black with #38471B

Text Example


Text Example

White with #38471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38471B; }

 p { color: rgb(56,71,27); }

 H1.HeaderClassName
 {
   color: #38471B;
 }
 .AnyTagClassName
 {
   color: #38471B;
 }
</style>

background-color css

<style>
 a { background-color: #38471B; }

 a { background-color: rgb(56,71,27); }

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

border-color css

<style>
 span { border-color: #38471B; }

 span { border-color: rgb(56,71,27); }

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